From d571f68ac2a7dbffea5da7609bbb2e1ba49486b0 Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Wed, 4 Aug 2004 17:09:08 +0000 Subject: [PATCH] bitkeeper revision 1.1144.2.2 (41111834NpWIjSdTBKjh_Pcy3uUIcA) Really allow a dom0 kernel to run as a domU. --- linux-2.6.7-xen-sparse/arch/xen/i386/kernel/setup.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-2.6.7-xen-sparse/arch/xen/i386/kernel/setup.c b/linux-2.6.7-xen-sparse/arch/xen/i386/kernel/setup.c index 27a3e4f192..d8e2b97e60 100644 --- a/linux-2.6.7-xen-sparse/arch/xen/i386/kernel/setup.c +++ b/linux-2.6.7-xen-sparse/arch/xen/i386/kernel/setup.c @@ -1244,6 +1244,9 @@ void __init setup_arch(char **cmdline_p) #if defined(CONFIG_VGA_CONSOLE) /* disable VGA driver */ ORIG_VIDEO_ISVGA = VIDEO_TYPE_VLFB; +#endif +#if defined(CONFIG_DUMMY_CONSOLE) + conswitchp = &dummy_con; #endif } } -- 2.30.2